Docs.rs
cid-0.9.0
cid 0.9.0
Docs.rs crate page
MIT
Links
Homepage
crates.io
Source
Owners
Stebalien
dignifiedquire
vmx
Dependencies
arbitrary ^1.1.0
normal
core2 ^0.4
normal
multibase ^0.9.1
normal
multihash ^0.17.0
normal
parity-scale-codec ^3.0.0
normal
quickcheck ^1.0
normal
rand ^0.8.5
normal
serde ^1.0.116
normal
serde_bytes ^0.11.5
normal
unsigned-varint ^0.7.0
normal
serde_json ^1.0.59
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Crate cid
Version 0.9.0
All Items
Re-exports
Structs
Enums
Type Definitions
?
Crate
cid
source
·
[
−
]
Expand description
cid
Implementation of
cid
in Rust.
Re-exports
pub use
multibase
;
pub use
multihash
;
Structs
CidGeneric
Representation of a CID.
Enums
Error
Error types
Version
The version of the CID.
Type Definitions
Cid
A Cid that contains a multihash with an allocated size of 512 bits.
Result
Type alias to use this library’s
Error
type in a
Result
.